EditField.CharPosAtLineNum Function

Returns as an Integer the character position in the Editfield of the first character on the LineNumber line. Characters are numbered consecutively from the start until the end of the EditField.

Syntax

result = EditField.CharPosAtLineNum( LineNumber )

Parameters

LineNumber

Integer

Return Value

Result

Integer

Notes

The first character is numbered 1. The first line is numbered zero.